toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.plugin
/
[jvm]Plugin
Plugin
interface
Plugin
The details of the installed Chromium plugin.
Members
Functions
description
Link copied to clipboard
open
fun
description
(
)
:
String
Returns a string that represents the plugin description.
mime
Types
Link copied to clipboard
open
fun
mimeTypes
(
)
:
List
<
MimeType
>
Returns an immutable list of the MIME types supported by the plugin.
name
Link copied to clipboard
open
fun
name
(
)
:
String
Returns a string that represents the name of the plugin.
path
Link copied to clipboard
open
fun
path
(
)
:
String
Obtains the path to the plugin.
type
Link copied to clipboard
open
fun
type
(
)
:
PluginType
Returns the plugin type.
version
Link copied to clipboard
open
fun
version
(
)
:
String
Returns a string that represents the version number of the plugin file.